home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ctoolwrk.lbr
/
GETIT.C
< prev
next >
Wrap
Text File
|
1985-09-27
|
256b
|
20 lines
/* this is a program to get characters from keyboard */
/* and print them on the screen */
#include a:printf.c
char x;
main()
{
{
getchar();
}
{
printf("%s",x);
}
}